Package | Description |
---|---|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
VertexFilterCallback |
OraclePropertyGraph.getVertexFilterCallback()
Get the VertexFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Vertex> |
OraclePropertyGraph.getVertices(String[] keys, VertexFilterCallback vfc)
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
|
Iterable<Vertex> |
OraclePropertyGraph.getVertices(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag flag)
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
|
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bCloneGraph, VertexFilterCallback vfc)
Gets an array of
Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback. |
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bCloneGraph, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback. |
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback. |
void |
OraclePropertyGraph.setVertexFilterCallback(VertexFilterCallback vfc)
Set the default VertexFilterCallback associated to this property graph
|
Copyright © 2015 Oracle and/or its affiliates. All Rights Reserved.